/* Community Level Styles */

#intro_text_section .hpt-impact-text .hpt-impact-line-two {
    white-space: nowrap;
}

@media only screen and (max-width: 500px) {
    #intro_text_section .hpt-impact-text .hpt-impact-line-two,
    #intro_text_section .hpt-impact-text .hpt-impact-line-three {
        font-size: calc(var(--intro-hpt-impact-font-size) * 1.5);
    }
}

#blog_page_container p span {
    color: var(--base-bg-alt) !important;
}